Autogenerated HTML docs for v1.7.0-83-g241b9
diff --git a/git-grep.html b/git-grep.html index 1d3a64a..b211162 100644 --- a/git-grep.html +++ b/git-grep.html
@@ -334,12 +334,12 @@ [-A <post-context>] [-B <pre-context>] [-C <context>] [-f <file>] [-e] <pattern> [--and|--or|--not|(|)|-e <pattern>…] [<tree>…] - [--] [<path>…]</div></div> + [--] [<pathspec>…]</div></div> </div> <h2 id="_description">DESCRIPTION</h2> <div class="sectionbody"> -<div class="para"><p>Look for specified patterns in the working tree files, blobs -registered in the index file, or given tree objects.</p></div> +<div class="para"><p>Look for specified patterns in the tracked files in the work tree, blobs +registered in the index file, or blobs in given tree objects.</p></div> </div> <h2 id="_options">OPTIONS</h2> <div class="sectionbody"> @@ -389,7 +389,7 @@ </dt> <dd> <p> - For each pathspec given on command line, descend at most <depth> + For each <pathspec> given on command line, descend at most <depth> levels of directories. A negative value means no limit. </p> </dd> @@ -654,7 +654,16 @@ <dd> <p> Signals the end of options; the rest of the parameters - are <path> limiters. + are <pathspec> limiters. +</p> +</dd> +<dt> +<pathspec>… +</dt> +<dd> +<p> + If given, limit the search to paths matching at least one pattern. + Both leading paths match and glob(7) patterns are supported. </p> </dd> </dl></div> @@ -663,6 +672,15 @@ <div class="sectionbody"> <div class="vlist"><dl> <dt> +git grep <em>time_t</em> — <em>*.[ch]</em> +</dt> +<dd> +<p> + Looks for <tt>time_t</tt> in all tracked .c and .h files in the working + directory and its subdirectories. +</p> +</dd> +<dt> git grep -e '#define' --and \( -e MAX_PATH -e PATH_MAX \) </dt> <dd> @@ -697,7 +715,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2010-02-13 00:59:44 UTC +Last updated 2010-02-22 00:13:12 UTC </div> </div> </body>